 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns = "ht tp://www.w3.org/19 9 9/xhtml">
 <!-- the head section -->
 <head>
 <title>Task4b</title>
 <link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <!-- the body section -->
 <body>
 <div id="page">
 <div id="main">
 <hl>Database Error</hl>
 <p>There was an error connecting to the database.</p>
 <p>The database must be installed as described in appendix A.</p> 
<p>The database must be running as described in chapter l.</p> 
<p>Error message: <?php echo $error_message; ?></p>
 </div>
 </div><!-- end page -->
 </body>
 </html>
 